1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="ReleaseDLL|Win32">
5 <Configuration>ReleaseDLL</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="ReleaseDLL|x64">
9 <Configuration>ReleaseDLL</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{8D5B9C1E-5941-44F8-B017-25F6201E822B}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <CharacterSet>MultiByte</CharacterSet>
22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
23 <ConfigurationType>Application</ConfigurationType>
24 <CharacterSet>MultiByte</CharacterSet>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
27 <ImportGroup Label="ExtensionSettings">
29 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
30 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 <PropertyGroup Label="UserMacros" />
37 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
38 <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">..\..\..\bin\$(Configuration)\</OutDir>
39 <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">$(Configuration)\</IntDir>
40 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">false</LinkIncremental>
41 <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">..\..\..\bin\$(Configuration)\</OutDir>
42 <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">$(Configuration)\</IntDir>
43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">false</LinkIncremental>
44 <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">project_tree_builder</TargetName>
45 <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">project_tree_builder</TargetName>
47 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
49 <Command>%40echo EXPENDABLE project
53 <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
54 <Optimization>MaxSpeed</Optimization>
55 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
56 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
57 <OmitFramePointers>true</OmitFramePointers>
58 <AdditionalIncludeDirectories>..\..\..\..\..\..\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
59 <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;_SECURE_SCL=0;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
60 <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
61 <StringPooling>false</StringPooling>
62 <MinimalRebuild>false</MinimalRebuild>
63 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
64 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
65 <ProgramDataBaseFileName>$(IntDir)project_tree_builder.pdb</ProgramDataBaseFileName>
66 <StructMemberAlignment>Default</StructMemberAlignment>
67 <BufferSecurityCheck>true</BufferSecurityCheck>
68 <FunctionLevelLinking>true</FunctionLevelLinking>
69 <RuntimeTypeInfo>true</RuntimeTypeInfo>
74 <WarningLevel>Level3</WarningLevel>
75 <DebugInformationFormat>
76 </DebugInformationFormat>
77 <CallingConvention>Cdecl</CallingConvention>
78 <CompileAs>Default</CompileAs>
79 <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
80 <UndefinePreprocessorDefinitions>%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions>
83 <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
84 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85 <AdditionalIncludeDirectories>..\..\..\..\..\..\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88 <AdditionalOptions>ws2_32.lib dbghelp.lib %(AdditionalOptions)</AdditionalOptions>
89 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
90 <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
91 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
92 <IgnoreSpecificDefaultLibraries>FALSE;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
93 <GenerateDebugInformation>false</GenerateDebugInformation>
94 <ProgramDatabaseFile>$(OutDir)project_tree_builder.pdb</ProgramDatabaseFile>
95 <SubSystem>Console</SubSystem>
96 <OptimizeReferences>true</OptimizeReferences>
97 <EnableCOMDATFolding>true</EnableCOMDATFolding>
98 <ImportLibrary>$(OutDir)project_tree_builder.lib</ImportLibrary>
99 <TargetMachine>MachineX86</TargetMachine>
101 </ItemDefinitionGroup>
102 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
104 <Command>%40echo EXPENDABLE project
108 <TargetEnvironment>X64</TargetEnvironment>
111 <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
112 <Optimization>MaxSpeed</Optimization>
113 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
114 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
115 <OmitFramePointers>true</OmitFramePointers>
116 <AdditionalIncludeDirectories>..\..\..\..\..\..\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
117 <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;_SECURE_SCL=0;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118 <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
119 <StringPooling>false</StringPooling>
120 <MinimalRebuild>false</MinimalRebuild>
121 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
122 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
123 <ProgramDataBaseFileName>$(IntDir)project_tree_builder.pdb</ProgramDataBaseFileName>
124 <StructMemberAlignment>Default</StructMemberAlignment>
125 <BufferSecurityCheck>true</BufferSecurityCheck>
126 <FunctionLevelLinking>true</FunctionLevelLinking>
127 <RuntimeTypeInfo>true</RuntimeTypeInfo>
132 <WarningLevel>Level3</WarningLevel>
133 <DebugInformationFormat>
134 </DebugInformationFormat>
135 <CallingConvention>Cdecl</CallingConvention>
136 <CompileAs>Default</CompileAs>
137 <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
138 <UndefinePreprocessorDefinitions>%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions>
141 <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
142 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143 <AdditionalIncludeDirectories>..\..\..\..\..\..\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
146 <AdditionalOptions>ws2_32.lib dbghelp.lib %(AdditionalOptions)</AdditionalOptions>
147 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
148 <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
149 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
150 <IgnoreSpecificDefaultLibraries>FALSE;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
151 <GenerateDebugInformation>false</GenerateDebugInformation>
152 <ProgramDatabaseFile>$(OutDir)project_tree_builder.pdb</ProgramDatabaseFile>
153 <SubSystem>Console</SubSystem>
154 <OptimizeReferences>true</OptimizeReferences>
155 <EnableCOMDATFolding>true</EnableCOMDATFolding>
156 <ImportLibrary>$(OutDir)project_tree_builder.lib</ImportLibrary>
157 <TargetMachine>MachineX64</TargetMachine>
159 </ItemDefinitionGroup>
161 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\configurable_file.cpp">
162 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
163 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">Create</PrecompiledHeader>
164 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
165 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
166 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">Create</PrecompiledHeader>
167 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
169 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\file_contents.cpp">
170 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
171 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
172 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
173 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
175 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc71_project__.cpp">
176 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
177 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
178 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
179 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
181 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc71_project___.cpp">
182 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
183 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
184 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
187 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_configure.cpp">
188 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
189 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
190 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
191 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
193 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_configure_prj_generator.cpp">
194 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
195 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
196 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
197 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
199 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_dlls_info.cpp">
200 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
201 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
202 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
205 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_makefile.cpp">
206 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
207 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
208 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
209 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
211 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_masterproject_generator.cpp">
212 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
213 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
214 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
215 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
217 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_prj_files_collector.cpp">
218 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
219 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
220 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
221 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
223 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_prj_generator.cpp">
224 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
225 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
226 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
227 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
229 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_prj_utils.cpp">
230 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
231 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
232 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
233 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
235 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_project_context.cpp">
236 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
237 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
238 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
239 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
241 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_site.cpp">
242 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
243 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
244 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
245 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
247 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_sln_generator.cpp">
248 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
249 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
250 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
251 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
253 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_builder_app.cpp">
254 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
255 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
256 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
257 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
259 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_datatool_generated_src.cpp">
260 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
261 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
262 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
263 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
265 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_item.cpp">
266 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
267 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
268 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
269 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
271 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_projects.cpp">
272 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
273 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
274 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
275 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
277 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_src_resolver.cpp">
278 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
279 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
280 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
281 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
283 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_tree.cpp">
284 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
285 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
286 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
287 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
289 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_tree_builder.cpp">
290 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
291 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
292 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
293 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
295 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_utils.cpp">
296 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
297 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
298 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
299 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
301 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\ptb_gui.cpp">
302 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
303 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
304 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
305 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
307 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\resolver.cpp">
308 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
309 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
310 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
311 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
313 <ClCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\ptb_registry.cpp">
314 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
315 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">ncbi_pch.hpp</PrecompiledHeaderFile>
316 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">NCBI_USE_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
317 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">ncbi_pch.hpp</PrecompiledHeaderFile>
321 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\configurable_file.hpp" />
322 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Configuration.hpp" />
323 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Configuration_.hpp" />
324 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Configurations.hpp" />
325 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Configurations_.hpp" />
326 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\File.hpp" />
327 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\File_.hpp" />
328 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\file_contents.hpp" />
329 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\FileConfiguration.hpp" />
330 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\FileConfiguration_.hpp" />
331 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Files.hpp" />
332 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Files_.hpp" />
333 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Filter.hpp" />
334 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Filter_.hpp" />
335 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc71_project__.hpp" />
336 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_configure.hpp" />
337 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_configure_prj_generator.hpp" />
338 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_dlls_info.hpp" />
339 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_dlls_info_utils.hpp" />
340 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_makefile.hpp" />
341 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_masterproject_generator.hpp" />
342 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_prj_defines.hpp" />
343 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_prj_files_collector.hpp" />
344 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_prj_generator.hpp" />
345 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_prj_utils.hpp" />
346 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_project_context.hpp" />
347 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_site.hpp" />
348 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_sln_generator.hpp" />
349 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_tools_implement.hpp" />
350 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc_traits.hpp" />
351 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Platform.hpp" />
352 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Platform_.hpp" />
353 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Platforms.hpp" />
354 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Platforms_.hpp" />
355 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_builder_app.hpp" />
356 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_datatool_generated_src.hpp" />
357 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_item.hpp" />
358 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_projects.hpp" />
359 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_src_resolver.hpp" />
360 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_tree.hpp" />
361 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_tree_builder.hpp" />
362 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\proj_utils.hpp" />
363 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\resolver.hpp" />
364 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\stl_msvc_usage.hpp" />
365 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Tool.hpp" />
366 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\Tool_.hpp" />
367 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\VisualStudioProject.hpp" />
368 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\VisualStudioProject_.hpp" />
369 <ClInclude Include="..\..\..\..\..\..\src\build-system\project_tree_builder\ptb_gui.h" />
372 <ResourceCompile Include="..\..\..\..\..\..\src\build-system\project_tree_builder\ptb_gui.rc" />
375 <CustomBuild Include="..\..\..\..\..\..\src\build-system\project_tree_builder\msvc71_project.dtd">
376 <FileType>Document</FileType>
377 <Message Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">Using datatool to create a C++ object from ASN/DTD/Schema %(FullPath)</Message>
378 <Command Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">set DATATOOL_PATH=$(ProjectDir)..\..\..\..\static\bin\ReleaseDLL
set TREE_ROOT=$(ProjectDir)..\..\..\..\..\..
set PTB_PLATFORM=$(PlatformName)
set BUILD_TREE_ROOT=$(ProjectDir)..\..\..\..\..\msvc1000_prj
call "%BUILD_TREE_ROOT%\datatool.bat" -oex "" -pch ncbi_pch.hpp -m "%(FullPath)" -oA -oc "%(Filename)" -od "%(RootDir)%(Directory)%(Filename).def" -odi -ocvs -or build-system\project_tree_builder\ -oR ..\..\..\..\..\..\
if errorlevel 1 exit 1</Command>
380 Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">%(RootDir)%(Directory)%(Filename).def;</AdditionalInputs>
381 <Outputs Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">%(RootDir)%(Directory)%(Filename).files;%(RootDir)%(Directory)%(Filename)__.cpp;%(RootDir)%(Directory)%(Filename)___.cpp</Outputs>
383 <FileType>Document</FileType>
384 <Message Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">Using datatool to create a C++ object from ASN/DTD/Schema %(FullPath)</Message>
385 <Command Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">set DATATOOL_PATH=$(ProjectDir)..\..\..\..\static\bin\ReleaseDLL
set TREE_ROOT=$(ProjectDir)..\..\..\..\..\..
set PTB_PLATFORM=$(PlatformName)
set BUILD_TREE_ROOT=$(ProjectDir)..\..\..\..\..\msvc1000_prj
call "%BUILD_TREE_ROOT%\datatool.bat" -oex "" -pch ncbi_pch.hpp -m "%(FullPath)" -oA -oc "%(Filename)" -od "%(RootDir)%(Directory)%(Filename).def" -odi -ocvs -or build-system\project_tree_builder\ -oR ..\..\..\..\..\..\
if errorlevel 1 exit 1</Command>
387 Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">%(RootDir)%(Directory)%(Filename).def;</AdditionalInputs>
388 <Outputs Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">%(RootDir)%(Directory)%(Filename).files;%(RootDir)%(Directory)%(Filename)__.cpp;%(RootDir)%(Directory)%(Filename)___.cpp</Outputs>
392 <ProjectReference Include="..\..\corelib\xncbi.lib.vcxproj">
393 <Project>{1edb6a26-adb9-4591-b907-505e8d1a8157}</Project>
395 <ProjectReference Include="..\..\serial\xser.lib.vcxproj">
396 <Project>{1f5bcb57-26a5-46c7-b87c-fa74072cf5f6}</Project>
398 <ProjectReference Include="..\..\util\regexp\regexp.lib.vcxproj">
399 <Project>{dfde1494-ed69-4c4f-84d3-0d19db1b424c}</Project>
401 <ProjectReference Include="..\..\util\xregexp\xregexp.lib.vcxproj">
402 <Project>{e46c5b0b-675c-4c37-b618-02608c379c67}</Project>
404 <ProjectReference Include="..\..\util\xutil.lib.vcxproj">
405 <Project>{1dce18cd-4a7e-43b8-b7af-48972efe51e7}</Project>
407 <ProjectReference Include="msbuild\msbuild_dataobj.lib.vcxproj">
408 <Project>{FCA4C590-AB16-40F4-8C05-C41EF2A0F2FB}</Project>
411 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
412 <ImportGroup Label="ExtensionTargets">